Add missing program_builder dep to arm test targets#19266
Add missing program_builder dep to arm test targets#19266rascani wants to merge 2 commits intopytorch:mainfrom
Conversation
Summary: D102325968 added an import of `executorch.backends.test.program_builder` in `test_fuse_constant_ops_pass.py` but only updated the xplat `targets.bzl` with the corresponding Buck dependency. The fbcode `targets.bzl` was missing this dependency, causing test listing failures for `fbcode//executorch/backends/arm/test:fuse_constant_ops_pass`. Add `//executorch/backends/test:program_builder` to the deps list. Differential Revision: D103456950
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19266
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 2 New Failures, 1 Pending, 3 Unrelated FailuresAs of commit 37843bd with merge base 8464b47 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@rascani has exported this pull request. If you are a Meta employee, you can view the originating Diff in D103456950. |
This PR needs a
|
Summary:
D102325968 added an import of
executorch.backends.test.program_builderintest_fuse_constant_ops_pass.pybut only updated the xplattargets.bzlwith the corresponding Buck dependency. The fbcodetargets.bzlwas missing this dependency, causing test listing failures forfbcode//executorch/backends/arm/test:fuse_constant_ops_pass.Add
//executorch/backends/test:program_builderto the deps list.Differential Revision: D103456950
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell